home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CICA 1995 September (Japanese)
/
CICA Shareware for Windows CD-ROM (Walnut Creek) (September 1995) (Japanese) (Disc 2).iso
/
disc2
/
patches
/
symantec
/
rtlinc.exe
/
DDEML.H
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1993-06-28
|
217 b
|
11 lines
/* copyright 1993 - Symantec Corporation */
/* wrapper for the two different ddeml.h */
#ifdef __NT__
#pragma pack(__DEFALIGN)
#include <win32\ddeml.h>
#pragma pack()
#else
#include <win16\ddeml.h>
#endif